home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 July / CD 3 / redhat-6.2.iso / RELEASE-NOTES < prev    next >
Encoding:
Text File  |  2000-03-08  |  15.9 KB  |  495 lines

  1. Red Hat Linux 6.2 Release notes
  2. -------------------------------
  3.  
  4.     This document describes features that are new to Red Hat Linux 6.2, but
  5. may not have been available prior to our documentation being finalized.
  6.  
  7.  
  8. Installation-related Enhancements
  9. ---------------------------------
  10.  
  11.     The Red Hat Linux 6.2 installation program includes a number of new
  12. features.  For more information, please refer to the Official Red Hat Linux
  13. Installation Guide.
  14.  
  15.  
  16. System-Related New Features
  17. ---------------------------    
  18.  
  19.     There are many new features to Red Hat Linux 6.2 that are not part of
  20. the installation process. Some new features are tools or applications that
  21. you can use, others are new versions of the kernel or desktop
  22. environments. This list will provide a little more information about what
  23. to expect from Red Hat Linux 6.2 once you are actually using the OS itself.
  24.  
  25.  
  26.     Network services split into client, server packages -- The following
  27.     network services have been split into client and server packages:
  28.  
  29.             o telnet
  30.  
  31.             o finger
  32.  
  33.             o talk
  34.  
  35.             o rsh
  36.  
  37.             o rusers
  38.  
  39.             o rwall
  40.  
  41.             o tftp
  42.  
  43.     For example, on the Intel-compatible platform telnet is now packaged in
  44. two RPMs:
  45.  
  46.                           telnet-0.16-6.i386.rpm
  47.  
  48.                        telnet-server-0.16-6.i386.rpm
  49.  
  50.     rpmdb-redhat package included -- The rpmdb-redhat package contains an
  51.     RPM database of a complete Red Hat Linux 6.2 install.  This makes it
  52.     easy to determine dependencies. For example, if you wanted to find out
  53.     which package in Red Hat Linux 6.2 provides the library libldap.so.1,
  54.     you could issue the following command:
  55.  
  56.        # rpm -q --redhatprovides libldap.so.1
  57.        openldap-1.2.9-5
  58.  
  59.     To list all the packages that require kerberos libraries, you can do
  60.     this:
  61.  
  62.       # rpm -q --redhatrequires libkrb5.so.2
  63.        cvs-1.10.7-7
  64.        fetchmail-5.3.1-1
  65.        gnome-kerberos-0.2-1
  66.        imap-4.7-5
  67.        krb5-devel-1.1.1-9
  68.        krb5-libs-1.1.1-9
  69.        krb5-server-1.1.1-9
  70.        krb5-workstation-1.1.1-9
  71.        krbafs-1.0-3
  72.        krbafs-utils-1.0-3
  73.        mutt-1.0.1i-6
  74.        pam_krb5-1-7
  75.        pine-4.21-8
  76.  
  77.     Software RAID and the Pentium III -- Software RAID on Red Hat Linux 6.2
  78.     features enhanced performance for RAID level 5 on Pentium III-based
  79.     systems.
  80.  
  81.     sysctl now controls system settings -- In Red Hat Linux 6.2, kernel
  82.     options such as IPv4 forwarding and enabling and disabling of the
  83.     "magic sysrq" keys is done via the sysctl program, as opposed to being
  84.     controlled by the contents of files in /etc/sysconfig. The sysctl
  85.     settings are stored in /etc/sysctl.conf, and are loaded at each boot by
  86.     the command:
  87.  
  88.                         sysctl -p /etc/sysctl.conf
  89.  
  90.     Here is a sample /etc/sysctl.conf:
  91.  
  92. # Disables IPv4 packet forwarding
  93. net.ipv4.ip_forward = 0
  94. # Enables source route verification
  95. # This drops packets that come in over interfaces they shouldn't;
  96. # (for example, a machine on an external net claiming to be one on your
  97. # local network)
  98. net.ipv4.conf.all.rp_filter = 1
  99. # Disables automatic defragmentation
  100. # Automatic defragmentation is needed for masquerading and Linux
  101. # Virtual Server use; it is not needed otherwise.
  102. net.ipv4.ip_always_defrag = 0
  103. # Disables the magic-sysrq key
  104. kernel.sysrq = 0
  105. # Disables stop-a on the sparc
  106. kernel.stop-a = 0
  107.  
  108.     Many other kernel tunable parameters can be set; to see the full list,
  109.     run sysctl -a, or look in the directory:
  110.  
  111.                    /usr/doc/kernel-doc-<version>/sysctl.
  112.  
  113.     (Where <version> is the current kernel version.  Red Hat Linux 6.2
  114.     initially ships with kernel version 2.2.14.)
  115.  
  116.     Please Note
  117.     -----------
  118.  
  119.     If you are upgrading your Red Hat Linux system to Red Hat Linux 6.2,
  120.     any changes you have made to files in /etc/sysconfig will be migrated
  121.     to /etc/sysctl.conf.  You should confirm this by reviewing the file.
  122.  
  123.     Linux 2.2.14 kernel -- Red Hat Linux 6.2 includes the latest stable
  124.     version of the 2.2.x Linux kernel.
  125.  
  126.     ident service now run as daemon -- The ident service is now run as a
  127.     stand-alone service (called "identd"), and is controlled by settings in
  128.     the /etc/identd.conf file.
  129.  
  130.     Workstation-class installation now more secure -- Workstation-class
  131.     installations no longer install the inetd "super server."  This means
  132.     that the following network-related services will not be available if
  133.     you perform a workstation-class installation:
  134.  
  135.         o ftp
  136.  
  137.         o telnet
  138.  
  139.         o shell
  140.  
  141.         o login
  142.  
  143.         o talk
  144.  
  145.         o finger
  146.  
  147.     If you require the above network-related services, you should consider
  148.     an installation type other than workstation-class.
  149.  
  150.     XFree86 version 3.3.6 -- Red Hat Linux 6.2 contains the latest version
  151.     of XFree86 (version 3.3.6 which supports many new drivers).
  152.  
  153.     Services no longer run by default -- To permit a more fine-tuned system
  154.     configuration, Red Hat Linux 6.2 no longer runs the following services
  155.     by default:
  156.  
  157.         o The automount daemon amd (in the am-utils RPM)
  158.  
  159.         o The bind name server
  160.  
  161.         o The dhcpd DHCP server
  162.  
  163.         o The inn news server
  164.  
  165.         o The knfsd NFS server
  166.  
  167.         o The samba CIFS server used to support Windows-based file and
  168.           print services
  169.  
  170.     To enable these services, either use chkconfig --level 35
  171.     <service-name> on, or edit the list of services to start with the
  172.     ntsysv or tksysv utilities.
  173.  
  174.     Mesa graphics library now included -- The Mesa 3-D graphics library
  175.     (version 3.2) is now included.  Mesa is compatible with the OpenGL
  176.     graphics API.
  177.  
  178.     Sawmill window manager now included -- The sawmill window manager is
  179.     now included in Red Hat Linux 6.2.  Based on a Lisp-like language,
  180.     sawmill is extensible, and GNOME-aware.
  181.  
  182.     Man pages now compressed -- All man pages are now compressed (using
  183.     gzip) to save disk space.
  184.  
  185.     Starting programs at X startup -- By placing scripts in
  186.     /etc/X11/xinitrc/xinitrc.d, it is now possible to automatically start
  187.     programs whenever X starts.
  188.  
  189.     Fonts recognized automatically -- X fonts that have been added to your
  190.     Red Hat Linux 6.2 system will now be recognized automatically, when the
  191.     font server starts.  This can be done during an X session by issuing
  192.     the following command as root:
  193.  
  194.                        /etc/rc.d/init.d/xfs restart
  195.  
  196.  
  197.     Piranha updated -- The Piranha clustering technology has been updated
  198.     with the following new features:
  199.  
  200.         o web based GUI config
  201.         o 2-node service failover support
  202.         o generic service monitoring/loadblancing
  203.         o tunneling and direct routing support for IPVS
  204.  
  205.     Beowulf added -- The Beowulf "do-it-yourself supercomputer" technology
  206.     has been added to Red Hat Linux 6.2.  This includes the following
  207.     packages:
  208.  
  209.         o PVM 3.4.3 (Parallel Virtual Machine)
  210.         o LAM 6.3.1 (MPI library environment)
  211.         o make-pvm (PVM aware version of GNU make)
  212.  
  213.     (Please note that mpich-1.2.0 is now part of PowerTools for Red Hat
  214.     Linux 6.2.)
  215.  
  216.     Large-memory configurations supported -- Red Hat Linux 6.2 will now
  217.     autodetect physical memory, and will use up to 4GB without user
  218.     intervention.
  219.  
  220.     ISDN configuration utility added -- The isdn-config package has been
  221.     added to Red Hat Linux 6.2.  It may be launched either via the KDE 2.0
  222.     control center, or by issuing the isdn-config command.
  223.  
  224.     Encryption-related changes -- Due to relaxation of U.S. encryption
  225.     laws, encryption-related changes have been made to the following
  226.     packages:
  227.  
  228.         o Kerberos authentication has been added to mutt, pine, fetchmail,
  229.           cvs, and imap.  In addition, the following kerberos-aware
  230.           versions of the following clients have been added:
  231.  
  232.           o  rlogin
  233.           o  shell (rsh)
  234.           o  telnet
  235.           o  ftp 
  236.  
  237.           (These clients are installed as part of the krb5-workstation
  238.           package.  Access to them can be controlled either by installing
  239.           or removing this package, or by changing the users' PATH such
  240.           that /usr/kerberos/bin is either present or absent.  Note that
  241.           the krb-workstation package adds a file to /etc/profile.d that
  242.           prepends /usr/kerberos/bin/ to PATH, so that the kerberos-aware
  243.           clients are used by default.
  244.  
  245.           Likewise, access to kerberos-aware servers can be controlled by
  246.           configuring /etc/inetd.conf to point to the servers in
  247.           /usr/kerberos/sbin, and to include additional flags appropriate
  248.           to the services provided by the kerberos-aware servers.)
  249.  
  250.         o GNOME-based Kerberos configuration tools added -- The
  251.           gnome-kerberos package includes the gkadmin and krb5
  252.           configuration tools.  gkadmin is a Kerberos V5 database
  253.           administration program, while krb5 is used to let clients log on
  254.           to kerberos realms, and can also be used to change kerberos
  255.           passwords.
  256.  
  257.         o The GNU Privacy Guard (GnuPG) is now included in all editions of
  258.           Red Hat Linux 6.2.
  259.  
  260.         o For those platforms that support it, Netscape Communicator built
  261.           with 128-bit encryption is included in Red Hat Linux 6.2.
  262.  
  263. Miscellaneous New Features
  264. --------------------------    
  265.  
  266.     These new features defy categorization:
  267.  
  268.     Bug buddy bug reporting tool added -- The bug buddy bug reporting tool
  269.     has been added to Red Hat Linux 6.2.  Bug buddy makes it easier to
  270.     report bugs related to the GNOME graphical environment.
  271.  
  272.     Packages moved to PowerTools -- The following packages have been moved
  273.     from the Red Hat Linux operating system CD to the PowerTools CD:
  274.  
  275.         o The dosemu DOS emulator
  276.  
  277.         o Version 1 of the fvwm window manager
  278.  
  279.         o The aKtion and xanim movie viewers
  280.  
  281.         o The mxp fractal generator
  282.  
  283.         o The xwpick window grabber
  284.  
  285.         o The xearth eye candy application
  286.  
  287.     (PLEASE NOTE: PowerTools for Red Hat Linux 6.2 may not be shipped with
  288.     every Red Hat Linux-related product.)
  289.  
  290.     vim editor enhanced -- vim can now do syntax colorization and
  291.     programming language-based autoindenting. If you want the old behavior,
  292.     create a .vimrc, edit /usr/share/vim/vim56/macros/vimrc (system-wide),
  293.     or invoke it as /bin/vi.  Due to the default PATH, root gets /bin/vi by
  294.     default when invoking vi; if you want to enable the new features for
  295.     root, either invoke it as vim or do alias vi=vim
  296.  
  297.     anacron added -- The anacron scheduler is similar to cron, in that it
  298.     schedules the execution of commands.  However, it is optimized for use
  299.     on systems that are not necessarily running 24 hours a day.
  300.  
  301.     Changes to termcap and terminfo entries -- The termcap and terminfo
  302.     entries have been changed to make the actions of the following keys
  303.     more consistent:
  304.  
  305.         o Backspace
  306.  
  307.         o Delete
  308.  
  309.         o Home
  310.  
  311.         o End
  312.  
  313.     Changes may be made by editing your .inputrc file.
  314.  
  315.     DocBook support -- Red Hat Linux 6.2 includes support for editing and
  316.     processing SGML documents written to use the DocBook DTD.
  317.  
  318.     Support for display of double-byte, other languages -- The Netscape web
  319.     browser has been configured to correctly display web pages containing
  320.     Japanese, Chinese, and Korean content.  In addition, Netscape has been
  321.     configured to support French, Spanish, and German.
  322.  
  323.     New documentation CD-ROM -- Red Hat Linux 6.2 boxed sets now include a
  324.     documentation CD-ROM.  The CD-ROM can be used in two ways:
  325.  
  326.         o To install RPM-packaged documentation on your Red Hat Linux
  327.           system.
  328.  
  329.         o To read the documentation directly from the CD-ROM.  For more
  330.           information, please see the README on the documentation CD-ROM.
  331.  
  332.     Colorized ls command -- The ls command is now colorized by default.  To
  333.     turn off this feature, add the command unalias ls in your .bashrc file,
  334.     or (to disable color on a system-wide basis) delete the colorls.* files
  335.     in /etc/profile.d/.
  336.  
  337.  
  338.  
  339.     Deprecated features and packages -- The following features and packages
  340.     are deprecated, and may not be supported or included in future releases
  341.     of Red Hat Linux:
  342.  
  343.         o The AnotherLevel environment
  344.  
  345.         o The wmconfig dynamic window manager configuration tool
  346.  
  347.         o The svgalib graphics library
  348.  
  349.         o The Red Hat Linux version 5.2 compatibility development
  350.           environment
  351.  
  352.         o The mars-nwe NetWare server emulator
  353.  
  354.         o The BSD lpr printing system
  355.  
  356.         o The libc5 compatibility runtime libraries
  357.  
  358.         o Version 1.x of the Qt library
  359.  
  360.         o The libjpeg6a Red Hat Linux 5.x compatibility library
  361.  
  362.         o The iBCS program compatibility technology
  363.  
  364. Packages new to Red Hat Linux 6.2
  365. ---------------------------------
  366.  
  367.     The following packages have been added to Red Hat Linux 6.2.  For more
  368.     information on these packages, use RPM (after the package has been
  369.     installed) to print a brief description of the package, and to find any
  370.     documentation included with each package:
  371.  
  372.                           rpm -qid <package>
  373.  
  374.     Where <package> is one of the following:
  375.  
  376.         o bug-buddy-0.7
  377.         o cdparanoia-alpha9.6
  378.         o gpgp-0.4
  379.         o joystick-1.2.15
  380.         o librep-0.10
  381.         o memprof-0.3.0
  382.         o pnm2ppa-0.8.9pre1
  383.         o rep-gtk-0.8
  384.         o rpmlint-0.8
  385.         o stylesheets-0.13rh
  386.  
  387. Packages new to PowerTools for Red Hat Linux 6.2
  388. ------------------------------------------------
  389.  
  390.     The following packages have been added to PowerTools for Red Hat Linux
  391.     6.2.  (PLEASE NOTE: PowerTools for Red Hat Linux 6.2 may not be
  392.     shipped with every Red Hat Linux-related product.)  For more
  393.     information on these packages, use RPM (after the package has been
  394.     installed) to print a brief description of the package, and to find any
  395.     documentation included with each package:
  396.  
  397.                           rpm -qid <package>
  398.  
  399.     Where <package> is one of the following:
  400.  
  401.         o C-Kermit-7.0.196
  402.         o InDependence-1.0
  403.         o Maelstrom-3.0.1
  404.         o PyKDE-0.10
  405.         o PyQt-0.10.1
  406.         o R-Devore5-0.1.R3
  407.         o R-NISTnls-0.9.R3
  408.         o R-RmSQL-0.2.R1
  409.         o R-gss-0.4.R1
  410.         o R-leaps-2.0
  411.         o R-mda-0.2.R3
  412.         o R-multilm-0.1.R3
  413.         o R-nlme-3.1.R2
  414.         o R-rmeta-1.0
  415.         o R-sgeostat-1.0.R9
  416.         o R-stataread-2.0
  417.         o R-wavethresh-2.2.R3
  418.         o SDL-1.0.4
  419.         o SNNS-4.2
  420.         o Squishdot-0.3.2
  421.         o TinyTable-B2
  422.         o WebMaker-0.8.5
  423.         o ZZplayer-0.2
  424.         o a2ps-i18n-0.1
  425.         o abiword-0.7.8
  426.         o afio-2.4.5
  427.         o aktion-0.3.6
  428.         o alien-6.53
  429.         o apcd-0.5
  430.         o armadillo-0.3.10
  431.         o asp2php-0.70a
  432.         o aspell-.28.2.1
  433.         o auctex-9.10g
  434.         o bibview-2.2
  435.         o blockade-1.00
  436.         o bm2font-3.0
  437.         o calamaris-2.27
  438.         o cvsmapfs-1.3
  439.         o eMusic-DR0.9
  440.         o exim-3.13
  441.         o fpc-0.99.12b
  442.         o fpc-extra-0.99.12b
  443.         o fpc-units-0.99.12b
  444.         o freeamp-2.0.0
  445.         o ftnchek-2.10.1
  446.         o fvwm-1.24r
  447.         o fwconfig-1.4
  448.         o gcal-2.40
  449.         o glxMesa-3.2-0.3.src.rpm
  450.         o gnokii-0.3.1
  451.         o isdnbutton-2.5
  452.         o jpilot-0.95
  453.         o kimon-1.1
  454.         o kisdnload-0.9.1
  455.         o ksnuffle-0.3
  456.         o ktalk-0.2.7
  457.         o ktranslator-0.6.1
  458.         o lavaps-1.9
  459.         o lftp-2.1.5
  460.         o lha-1.00
  461.         o libsafe-1.1
  462.         o licq-data-1.5
  463.         o links-0.82
  464.         o linux_logo-3.02
  465.         o mpich-1.2.0
  466.         o mrtg-2.8.11
  467.         o mxp-1.0
  468.         o nasm-0.98
  469.         o netatalk-1.4b2+asun2.1.3
  470.         o nmap-2.3BETA10
  471.         o ntop-1.1
  472.         o perl-Mon-0.7
  473.         o perl-Net-Telnet-3.01
  474.         o perl-libnet-1.0607
  475.         o postfix-19991231_pl02
  476.         o powertweak-0.1.7
  477.         o prc-tools-0.5.0
  478.         o qtarch-2.0
  479.         o rhisdn-0.2
  480.         o sart-0.6a1
  481.         o sip-0.10.1
  482.         o smpeg-0.3.1
  483.         o swatch-3.0b4
  484.         o thttpd-2.10
  485.         o tkdesk-1.2
  486.         o vacation-1.2.0
  487.         o wv-0.5.43
  488.         o xearth-1.1
  489.         o xengine-1.10
  490.         o xfce-3.2.3
  491.         o xkeycaps-2.45
  492.         o xmmsskins-1.0
  493.         o xmris-4.0.5
  494.         o xwpick-2.20
  495.